home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 351-375 / 373 / multiplot / source / mplot_src / src.zoo / mp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-08-03  |  124 b   |  12 lines

  1. /* mp.h */
  2. #ifndef FFP_H
  3. #include "ffp.h"
  4. #endif
  5.  
  6. #define MAXPOINTS 31
  7. #define I2LARGE 32767
  8.  
  9. #define UP 1
  10. #define DOWN -1
  11.  
  12.